FAQ
| This is a
LIVE
service |
Changelog
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
Directory Synchronisation Tool
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Information Services
DevOps
Google WorkSpace (aka G-Suite)
Directory Synchronisation Tool
Commits
26f90d8f
Commit
26f90d8f
authored
1 year ago
by
Robin Goodall
Browse files
Options
Downloads
Patches
Plain Diff
fix: logging when licenses run out
parent
02ce149f
No related branches found
No related tags found
1 merge request
!41
fix: logging when licenses run out
Pipeline
#386258
passed
1 year ago
Stage: build
Stage: test
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CHANGELOG.md
+6
-0
6 additions, 0 deletions
CHANGELOG.md
gsuitesync/sync/update.py
+1
-1
1 addition, 1 deletion
gsuitesync/sync/update.py
setup.py
+1
-1
1 addition, 1 deletion
setup.py
with
8 additions
and
2 deletions
CHANGELOG.md
+
6
−
0
View file @
26f90d8f
...
...
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on
[
Keep a Changelog
](
https://keepachangelog.com/en/1.0.0/
)
,
and this project adheres to
[
Semantic Versioning
](
https://semver.org/spec/v2.0.0.html
)
.
## [1.0.1] - 2023-08-29
### Fixed
-
Error handling when there are insufficient licences to assign
## [1.0.0] - 2023-06-22
### Changed
...
...
This diff is collapsed.
Click to expand it.
gsuitesync/sync/update.py
+
1
−
1
View file @
26f90d8f
...
...
@@ -179,7 +179,7 @@ class GAPIUpdater(ConfigurationStateConsumer):
if
skuId
is
None
:
LOG
.
warning
(
"
No more available licences to allocate missing licenses for %d user(s)
"
,
len
(
self
.
state
.
licences_to_add
-
index
)
,
len
(
self
.
state
.
licences_to_add
)
-
index
,
)
return
LOG
.
info
(
'
Adding licence to user:
"
%s
"
(%s)
'
,
uid
,
skuId
)
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
1
View file @
26f90d8f
...
...
@@ -16,7 +16,7 @@ def load_requirements():
setup
(
name
=
"
gsuitesync
"
,
version
=
"
1.0.
0
"
,
version
=
"
1.0.
1
"
,
packages
=
find_packages
(),
install_requires
=
load_requirements
(),
entry_points
=
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment