Skip to content

GitLab

  • Menu
    • Projects Groups Snippets
      Help
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • G gitlabhq1
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 21
    • Issues 21
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 12
    • Merge requests 12
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • gpt
  • large_projects
  • gitlabhq1
  • Merge requests
  • !8124

Closed
Created 10 years ago by Administrator@rootOwner
  • Report abuse
Report abuse

config time zone

  • Overview 13
  • Commits 1
  • Changes 1

Created by: bbodenmiller

Instruct user to set time zone option that was added in https://github.com/gitlabhq/gitlabhq/pull/8015

Loading
Loading

  • Administrator
    Administrator @root · 10 years ago
    Owner

    Created by: TeatroIO

    I've prepared a stage. Click to open.

    By Administrator on 2014-10-21T20:44:50 (imported from GitLab project)

  • Administrator
    Administrator @root · 10 years ago
    Owner

    Created by: dblessing

    @bbodenmiller Are there new config properties other than timezone? The layout here makes me believe there are other changes plus the timezone.

    By Administrator on 2014-10-24T18:44:41 (imported from GitLab project)

  • Administrator
    Administrator @root · 10 years ago
    Owner

    Created by: bbodenmiller

    There is not yet other changes to gitlab.yml however I imagine there will be. I just pulled the wording from 7.3-to-7.4.md

    By Administrator on 2014-10-28T05:30:35 (imported from GitLab project)

  • Administrator
    Administrator @root · 10 years ago
    Owner

    Created by: bbodenmiller

    @dblessing improved slightly. Anything further needed?

    By Administrator on 2014-11-09T11:31:48 (imported from GitLab project)

  • Administrator
    Administrator @root · 10 years ago
    Owner

    Created by: bbodenmiller

    @Razer6 please assign to 7.5 milestone.

    By Administrator on 2014-11-15T10:13:32 (imported from GitLab project)

  • Administrator
    Administrator @root · 10 years ago
    Owner

    Created by: maxlazio

    /cc @jacobvosmaer (Release manager for 7.5)

    By Administrator on 2014-11-17T07:55:19 (imported from GitLab project)

  • Administrator
    Administrator @root started a thread on commit 22a51bac 10 years ago
    doc/update/7.4-to-7.5.md
    1 # From 7.4 to 7.5
    2
    3 ### Update config files
    4
    5 #### New configuration options for `gitlab.yml`
    6
    7 There are new configuration options available for [`gitlab.yml`](config/gitlab.yml.example). View them with the command below and apply them to your current `gitlab.yml`.
    8
    9 ```
    10 git diff origin/7-4-stable:config/gitlab.yml.example origin/7-5-stable:config/gitlab.yml.example
    11 ```
    12
    13 #### Setup time zone
    14
    15 Set your time zone in `gitlab.yml` and, if you set it previously, unset it in [`application.rb`](config/application.rb)
    • Administrator
      Administrator @root · 10 years ago
      Owner

      Created by: jacobvosmaer

      @bbodenmiller maybe we could make it clear that if you never changed timezone settings then you don't have to do anything?

      By Administrator on 2014-11-17T09:19:47 (imported from GitLab project)

  • Administrator
    Administrator @root started a thread on commit 22a51bac 10 years ago
    doc/update/7.4-to-7.5.md
    1 # From 7.4 to 7.5
    2
    3 ### Update config files
    4
    5 #### New configuration options for `gitlab.yml`
    6
    7 There are new configuration options available for [`gitlab.yml`](config/gitlab.yml.example). View them with the command below and apply them to your current `gitlab.yml`.
    8
    9 ```
    10 git diff origin/7-4-stable:config/gitlab.yml.example origin/7-5-stable:config/gitlab.yml.example
    11 ```
    12
    13 #### Setup time zone
    14
    15 Set your time zone in `gitlab.yml` and, if you set it previously, unset it in [`application.rb`](config/application.rb)
    • Administrator
      Administrator @root · 10 years ago
      Owner

      Created by: bbodenmiller

      Sure. Were you just thinking it should be a separate sentence or paragraph or did you have another idea?

      By Administrator on 2014-11-17T10:07:33 (imported from GitLab project)

  • Administrator
    Administrator @root started a thread on commit 22a51bac 10 years ago
    doc/update/7.4-to-7.5.md
    1 # From 7.4 to 7.5
    2
    3 ### Update config files
    4
    5 #### New configuration options for `gitlab.yml`
    6
    7 There are new configuration options available for [`gitlab.yml`](config/gitlab.yml.example). View them with the command below and apply them to your current `gitlab.yml`.
    8
    9 ```
    10 git diff origin/7-4-stable:config/gitlab.yml.example origin/7-5-stable:config/gitlab.yml.example
    11 ```
    12
    13 #### Setup time zone
    14
    15 Set your time zone in `gitlab.yml` and, if you set it previously, unset it in [`application.rb`](config/application.rb)
    • Administrator
      Administrator @root · 10 years ago
      Owner

      Created by: jacobvosmaer

      I think it should be something like

      If you were using a custom time zone in config/..., you can now set the time zone in gitlab.yml like this:...

      So that if I am a user who never knew about custom timezones, I can read this paragraph, see I need to take no action, and immediately forget about it again.

      By Administrator on 2014-11-17T17:17:25 (imported from GitLab project)

  • Administrator
    Administrator @root started a thread on commit 22a51bac 10 years ago
    doc/update/7.4-to-7.5.md
    1 # From 7.4 to 7.5
    2
    3 ### Update config files
    4
    5 #### New configuration options for `gitlab.yml`
    6
    7 There are new configuration options available for [`gitlab.yml`](config/gitlab.yml.example). View them with the command below and apply them to your current `gitlab.yml`.
    8
    9 ```
    10 git diff origin/7-4-stable:config/gitlab.yml.example origin/7-5-stable:config/gitlab.yml.example
    11 ```
    12
    13 #### Setup time zone
    14
    15 Set your time zone in `gitlab.yml` and, if you set it previously, unset it in [`application.rb`](config/application.rb)
    • Administrator
      Administrator @root · 10 years ago
      Owner

      Created by: bbodenmiller

      I actually wrote it that way because if you previously never set a timezone (since it wasn't supported) you now should.

      By Administrator on 2014-11-18T07:10:11 (imported from GitLab project)

  • Administrator
    Administrator @root started a thread on commit 22a51bac 10 years ago
    doc/update/7.4-to-7.5.md
    1 # From 7.4 to 7.5
    2
    3 ### Update config files
    4
    5 #### New configuration options for `gitlab.yml`
    6
    7 There are new configuration options available for [`gitlab.yml`](config/gitlab.yml.example). View them with the command below and apply them to your current `gitlab.yml`.
    8
    9 ```
    10 git diff origin/7-4-stable:config/gitlab.yml.example origin/7-5-stable:config/gitlab.yml.example
    11 ```
    12
    13 #### Setup time zone
    14
    15 Set your time zone in `gitlab.yml` and, if you set it previously, unset it in [`application.rb`](config/application.rb)
    • Administrator
      Administrator @root · 10 years ago
      Owner

      Created by: jacobvosmaer

      I understand that setting the timezone will be nice for some GitLab installations. However, considering that the default (UTC if I understand correctly) is sane, I think this settings change should be presented as an optional step, not a necessity. Manual GitLab updates are daunting enough as it is so I believe we should think twice before telling users that they have to take an extra step.

      By Administrator on 2014-11-18T12:47:15 (imported from GitLab project)

  • Administrator
    Administrator @root started a thread on commit 22a51bac 10 years ago
    doc/update/7.4-to-7.5.md
    1 # From 7.4 to 7.5
    2
    3 ### Update config files
    4
    5 #### New configuration options for `gitlab.yml`
    6
    7 There are new configuration options available for [`gitlab.yml`](config/gitlab.yml.example). View them with the command below and apply them to your current `gitlab.yml`.
    8
    9 ```
    10 git diff origin/7-4-stable:config/gitlab.yml.example origin/7-5-stable:config/gitlab.yml.example
    11 ```
    12
    13 #### Setup time zone
    14
    15 Set your time zone in `gitlab.yml` and, if you set it previously, unset it in [`application.rb`](config/application.rb)
    • Administrator
      Administrator @root · 10 years ago
      Owner

      Created by: bbodenmiller

      I'll update the text to suggest that they consider setting a time zone. Additionally this is only listed in the upgrade guide and not the installation guide.

      By Administrator on 2014-11-18T22:06:09 (imported from GitLab project)

  • Administrator
    Administrator @root started a thread on commit 22a51bac 10 years ago
    doc/update/7.4-to-7.5.md
    1 # From 7.4 to 7.5
    2
    3 ### Update config files
    4
    5 #### New configuration options for `gitlab.yml`
    6
    7 There are new configuration options available for [`gitlab.yml`](config/gitlab.yml.example). View them with the command below and apply them to your current `gitlab.yml`.
    8
    9 ```
    10 git diff origin/7-4-stable:config/gitlab.yml.example origin/7-5-stable:config/gitlab.yml.example
    11 ```
    12
    13 #### Setup time zone
    14
    15 Set your time zone in `gitlab.yml` and, if you set it previously, unset it in [`application.rb`](config/application.rb)
    • Administrator
      Administrator @root · 10 years ago
      Owner

      Created by: jacobvosmaer

      OK!

      Best regards,

      Jacob Vosmaer GitLab B.V.

      2014-11-18 23:06 GMT+01:00 Ben Bodenmiller notifications@github.com:

      In doc/update/7.4-to-7.5.md:

      @@ -0,0 +1,15 @@ +# From 7.4 to 7.5 + +### Update config files + +#### New configuration options for gitlab.yml + +There are new configuration options available for gitlab.yml. View them with the command below and apply them to your current gitlab.yml. + + +git diff origin/7-4-stable:config/gitlab.yml.example origin/7-5-stable:config/gitlab.yml.example + + +#### Setup time zone + +Set your time zone in gitlab.yml and, if you set it previously, unset it in application.rb

      I'll update the text to suggest that they consider setting a time zone. Additionally this is only listed in the upgrade guide and not the installation guide.

      — Reply to this email directly or view it on GitHub https://github.com/gitlabhq/gitlabhq/pull/8124/files#r20542322.

      By Administrator on 2014-11-19T08:25:36 (imported from GitLab project)

  • You're only seeing other activity in the feed. To add a comment, switch to one of the following options.
Please register or sign in to reply
0 Assignees
None
Assign to
0 Reviewers
None
Request review from
Milestone
7.5
7.5 (expired)
None
Time tracking
No estimate or time spent
1
Labels
Awaiting developer action/feedback
Assign labels
  • No matching results
  • Manage project labels
Lock merge request
Unlocked
1
1 participant
user avatar
Reference: gpt/large_projects/gitlabhq1!8124
Source branch: github/fork/bbodenmiller/config-time-zone

    0 pending comments

Menu

Projects Groups Snippets
Help