An error occurred fetching the project authors.
- 19 Jun, 2019 1 commit
-
-
Ash McKenzie authored
-
- 29 May, 2019 1 commit
-
-
Valery Sizov authored
These fileds were deprecated and now we're going to remove them
-
- 03 May, 2019 1 commit
-
-
Michael Kozono authored
Follow up issue: https://gitlab.com/gitlab-org/gitlab-ee/issues/11454
-
- 23 Apr, 2019 1 commit
-
-
Douglas Barbosa Alexandre authored
Disable transactions via :delete method because a foreign table can't see changes inside a transaction of a different connection.
-
- 05 Apr, 2019 1 commit
-
-
Toon Claes authored
Instead of setting success: true/false manually, use the traits, to ensure all the corresponding attributes are set correctly too.
-
- 18 Mar, 2019 1 commit
-
-
Douglas Barbosa Alexandre authored
This method allow us to enable selective sync support for the FDW queries to count synced registries.
-
- 14 Mar, 2019 1 commit
-
-
Ash McKenzie authored
Convert all to instance methods Remove redundant 'The ' from 'The Geo' Break out replication lag query into method Increase test coverage
-
- 24 Jan, 2019 1 commit
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 03 Aug, 2018 1 commit
-
-
Douglas Barbosa Alexandre authored
-
- 24 Jul, 2018 1 commit
-
-
Valery Sizov authored
-
- 04 Jul, 2018 1 commit
-
-
Douglas Barbosa Alexandre authored
-
- 03 Jul, 2018 1 commit
-
-
🏝Toon Claes🏝 OoO - July 16 authored
-
- 11 Jun, 2018 3 commits
-
-
Valery Sizov authored
-
Robert Speicher authored
-
Valery Sizov authored
-
- 04 Jun, 2018 1 commit
-
-
Brett Walker authored
-
- 24 May, 2018 1 commit
-
-
Rémy Coutable authored
[EE] Replace Gitlab::REVISION with Gitlab.revision and handle installations without a .git directory Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 01 May, 2018 1 commit
-
-
Douglas Barbosa Alexandre authored
-
- 16 Apr, 2018 1 commit
-
-
Valery Sizov authored
-
- 06 Apr, 2018 1 commit
-
-
Michael Kozono authored
And as a result, these are added as metrics.
-
- 05 Apr, 2018 1 commit
-
-
Brett Walker authored
-
- 03 Apr, 2018 1 commit
-
-
Stan Hu authored
-
- 28 Mar, 2018 1 commit
-
-
Brett Walker authored
-
- 09 Feb, 2018 1 commit
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 05 Feb, 2018 2 commits
-
-
Nick Thomas authored
-
Nick Thomas authored
-
- 01 Feb, 2018 2 commits
-
-
Brett Walker authored
-
Nick Thomas authored
-
- 25 Jan, 2018 1 commit
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 12 Jan, 2018 2 commits
-
-
Stan Hu authored
If you want to run a Geo primary and secondary locally, your storage configuration should have the same names but different paths. This change loosens the check to ensure the names are the same.
-
Stan Hu authored
It's possible that if the GeoNodeStatus fails to fetch, we might end up with a state where the primary loads the last known state without any shard information. In this case, we should just report "UNKNOWN" for the storage configuration match check. Relates to #4586
-
- 10 Jan, 2018 1 commit
-
-
Michael Kozono authored
-
- 03 Jan, 2018 5 commits
-
-
Stan Hu authored
-
Stan Hu authored
-
Stan Hu authored
-
Stan Hu authored
-
Stan Hu authored
This merge request will allow the primary to compare its storage configuration against the secondaries. Not that the status only works if you view the admin page on the primary, since the secondaries don't have access to the primary. How it works: 1. The primary will populate the GeoNode index page with a JSON of the current configuration 2. The primary will download the latest configuration with the `/api/v4/geo/status` endpoint 3. The JavaScript on the frontend will do a simple equality comparison between the arrays Since the shard configuration is currently stored in `gitlab.yml`, I've purposely tried avoided storing the shard configuration in the database to avoid multiple sources of the truth. Closes #3243
-
- 21 Dec, 2017 1 commit
-
-
Brett Walker authored
-
- 20 Dec, 2017 1 commit
-
-
James Lopez authored
-
- 13 Dec, 2017 1 commit
-
-
Nick Thomas authored
-